home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TCONNECTDIALOG / TCONNECTDIALOG.txt < prev   
Text File  |  1997-04-30  |  3KB  |  144 lines

  1. object ConnectDialog: TConnectDialog
  2.   Left = 207
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Connect Network Resource'
  7.   ClientHeight = 262
  8.   ClientWidth = 404
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 250
  22.     Top = 55
  23.     Width = 79
  24.     Height = 13
  25.     Caption = '&Available Drives:'
  26.     FocusControl = ComboBox1
  27.   end
  28.   object Label2: TLabel
  29.     Left = 250
  30.     Top = 175
  31.     Width = 49
  32.     Height = 13
  33.     Caption = '&Password:'
  34.     FocusControl = PassWord
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 10
  38.     Top = 215
  39.     Width = 385
  40.     Height = 8
  41.     Shape = bsBottomLine
  42.   end
  43.   object Label3: TLabel
  44.     Left = 12
  45.     Top = 6
  46.     Width = 121
  47.     Height = 13
  48.     Caption = '&Browse for Network Path:'
  49.     FocusControl = NetBrowse1
  50.   end
  51.   object Label4: TLabel
  52.     Left = 250
  53.     Top = 130
  54.     Width = 56
  55.     Height = 13
  56.     Caption = '&User Name:'
  57.     FocusControl = username
  58.   end
  59.   object Bevel2: TBevel
  60.     Left = 250
  61.     Top = 115
  62.     Width = 145
  63.     Height = 7
  64.     Shape = bsBottomLine
  65.   end
  66.   object Label5: TLabel
  67.     Left = 250
  68.     Top = 5
  69.     Width = 68
  70.     Height = 13
  71.     Caption = '&Network Path:'
  72.     FocusControl = ComboBox2
  73.   end
  74.   object NetBrowse1: TNetBrowse
  75.     Left = 10
  76.     Top = 20
  77.     Width = 231
  78.     Height = 191
  79.     ResourceType = rtDisk
  80.     ParentColor = False
  81.     TabOrder = 0
  82.     TabStop = True
  83.     OnChange = NetBrowse1Change
  84.   end
  85.   object BitBtn1: TBitBtn
  86.     Left = 195
  87.     Top = 230
  88.     Width = 96
  89.     Height = 25
  90.     TabOrder = 1
  91.     Kind = bkOK
  92.   end
  93.   object BitBtn2: TBitBtn
  94.     Left = 300
  95.     Top = 230
  96.     Width = 96
  97.     Height = 25
  98.     TabOrder = 2
  99.     Kind = bkCancel
  100.   end
  101.   object ComboBox1: TComboBox
  102.     Left = 250
  103.     Top = 70
  104.     Width = 146
  105.     Height = 22
  106.     Style = csOwnerDrawFixed
  107.     ItemHeight = 16
  108.     TabOrder = 3
  109.     OnDrawItem = ComboBox1DrawItem
  110.   end
  111.   object PassWord: TEdit
  112.     Left = 250
  113.     Top = 190
  114.     Width = 146
  115.     Height = 21
  116.     PasswordChar = '*'
  117.     TabOrder = 4
  118.   end
  119.   object ConnectAtLogon: TCheckBox
  120.     Left = 250
  121.     Top = 100
  122.     Width = 121
  123.     Height = 17
  124.     Caption = '&Reconnect At Logon'
  125.     TabOrder = 5
  126.   end
  127.   object username: TEdit
  128.     Left = 250
  129.     Top = 145
  130.     Width = 146
  131.     Height = 21
  132.     TabOrder = 6
  133.   end
  134.   object ComboBox2: TComboBox
  135.     Left = 250
  136.     Top = 20
  137.     Width = 146
  138.     Height = 21
  139.     ItemHeight = 13
  140.     TabOrder = 7
  141.     OnChange = ComboBox2DropDown
  142.   end
  143. end
  144.